home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / c / qtools0.2-src.lha / src / include / config.h.in next >
Encoding:
Text File  |  1998-08-12  |  3.7 KB  |  140 lines

  1. #ifndef    CONFIG_H
  2. #define    CONFIG_H
  3. /* ./src/include/config.h.in.  Generated automatically from configure.in by autoheader.  */
  4.  
  5. /* Define if you don't have vprintf but do have _doprnt.  */
  6. #undef HAVE_DOPRNT
  7.  
  8. /* Define if you support file names longer than 14 characters.  */
  9. #undef HAVE_LONG_FILE_NAMES
  10.  
  11. /* Define if you have the vprintf function.  */
  12. #undef HAVE_VPRINTF
  13.  
  14. /* Define if the X Window System should be used.  */
  15. #undef HAVE_X
  16.  
  17. /* Define as __inline if that's what the C compiler calls it.  */
  18. #undef inline
  19.  
  20. /* Define if you have the ANSI C header files.  */
  21. #undef STDC_HEADERS
  22.  
  23. /* Define if your processor stores words with the most significant
  24.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  25. #undef WORDS_BIGENDIAN
  26.  
  27. /* Define if you have the mkdir function.  */
  28. #undef HAVE_MKDIR
  29.  
  30. /* Define if you have the snprintf function.  */
  31. #undef HAVE_SNPRINTF
  32.  
  33. /* Define if you have the fnmatch function.  */
  34. #undef HAVE_FNMATCH
  35.  
  36. /* Define if you have the strtol function.  */
  37. #undef HAVE_STRTOL
  38.  
  39. /* Define if you have the <ctype.h> header file.  */
  40. #undef HAVE_CTYPE_H
  41.  
  42. /* Define if you have the <fnmatch.h> header file.  */
  43. #undef HAVE_FNMATCH_H
  44.  
  45. /* Define if you have the <dirent.h> header file.  */
  46. #undef HAVE_DIRENT_H
  47.  
  48. /* Define if you have the <gif_lib.h> header file.  */
  49. #undef HAVE_GIF_LIB_H
  50.  
  51. /* Define if you have the <jpeglib.h> header file.  */
  52. #undef HAVE_JPEGLIB_H
  53.  
  54. /* Define if you have the <math.h> header file.  */
  55. #undef HAVE_MATH_H
  56.  
  57. /* Define if you have the <ndir.h> header file.  */
  58. #undef HAVE_NDIR_H
  59.  
  60. /* Define if you have the <png.h> header file.  */
  61. #undef HAVE_PNG_H
  62.  
  63. /* Define if you have the <setjmp.h> header file.  */
  64. #undef HAVE_SETJMP_H
  65.  
  66. /* Define if you have the <stdio.h> header file.  */
  67. #undef HAVE_STDIO_H
  68.  
  69. /* Define if you have the <sys/dir.h> header file.  */
  70. #undef HAVE_SYS_DIR_H
  71.  
  72. /* Define if you have the <sys/fcntl.h> header file.  */
  73. #undef HAVE_SYS_FCNTL_H
  74.  
  75. /* Define if you have the <sys/ndir.h> header file.  */
  76. #undef HAVE_SYS_NDIR_H
  77.  
  78. /* Define if you have the <sys/stat.h> header file.  */
  79. #undef HAVE_SYS_STAT_H
  80.  
  81. /* Define if you have the <unistd.h> header file.  */
  82. #undef HAVE_UNISTD_H
  83.  
  84. /* Define if you have the gif library (-lgif).  */
  85. #undef HAVE_LIBGIF
  86.  
  87. /* Define if you have the jpeg library (-ljpeg).  */
  88. #undef HAVE_LIBJPEG
  89.  
  90. /* Define if you have the m library (-lm).  */
  91. #undef HAVE_LIBM
  92.  
  93. /* Define if you have the png library (-lpng).  */
  94. #undef HAVE_LIBPNG
  95.  
  96. /* Define if you have the dbmalloc library (-ldbmalloc).  */
  97. #undef HAVE_LIBDBMALLOC
  98.  
  99. /* ============================================================================ */
  100.  
  101. /* INLINE_BIGENDIAN activates m68k assembler inlining   *
  102.  * for the translation from little-endian to big-endian       */
  103. #define INLINE_BIGENDIAN
  104.  
  105. /* DYNAMIC_EDGES activates the automatic shrinking and  *
  106.  * growing of the visfaces-struct, which uses less mem        */
  107. #define DYNAMIC_EDGES
  108.  
  109. /* BASE_REGISTER put the __memBase an m68k to "a6"      */
  110. #define    BASE_REGISTER
  111.  
  112. /* CUSTOM_MAXIMA makes some of the limitations in the   *
  113.  * calculation of the bsp-tree configureable          */
  114. //#define       CUSTOM_MAXIMA
  115.  
  116. /* MEM_SIZETRACK tracks the allocated resources and     *
  117.  * reports unfreed mem                                        */
  118. #define    MEM_SIZETRACK
  119.  
  120. /* MEM_ANALYSE shows the maximum mem used at runtime    */
  121. #define    MEM_ANALYSE
  122.  
  123. /* unused                                               */
  124. //#define       EXHAUSIVE_CHECK
  125. //#define       PRINTCALLS
  126. #define    FASTDEFINES
  127.  
  128. /* on m68k-amigaos the gcc has a bug in sprintf if you  *
  129.  * compile with -3 (check it in configure)            */
  130. #define    BROKEN_SPRINTF
  131.  
  132. //#define       CALCULATE_PIXELDRAW
  133.  
  134. /* enable some picture formats */
  135. /*#define    BMP */
  136. /*#define    ILBM */
  137. #define    PCX
  138.  
  139. #endif
  140.